projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416b905
)
Cpufreq statistic update for SW_ANY coordination
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Oct 2008 10:06:58 +0000
(10:06 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Oct 2008 10:06:58 +0000
(10:06 +0000)
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
xen/arch/x86/acpi/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/acpi/cpufreq/cpufreq.c
b/xen/arch/x86/acpi/cpufreq/cpufreq.c
index 45a0a53094764572244a14532ac8d43d22f7bf74..3b34269d6477102f8c36f80347c286a7735715b1 100644
(file)
--- a/
xen/arch/x86/acpi/cpufreq/cpufreq.c
+++ b/
xen/arch/x86/acpi/cpufreq/cpufreq.c
@@
-370,7
+370,7
@@
static int acpi_cpufreq_target(struct cpufreq_policy *policy,
if (!check_freqs(cmd.mask, freqs.new, data))
return -EAGAIN;
- for_each_cpu_mask(j,
cmd.mask
)
+ for_each_cpu_mask(j,
online_policy_cpus
)
cpufreq_statistic_update(j, perf->state, next_perf_state);
perf->state = next_perf_state;